home *** CD-ROM | disk | FTP | other *** search
/ Linux Cubed Series 7: Sunsite / Linux Cubed Series 7 - Sunsite Vol 1.iso / system / network / file-tra / fsp-2.7 / fsp-2 / fsp / vms / vms.changelog < prev   
Encoding:
Text File  |  1993-05-19  |  3.9 KB  |  82 lines

  1. VMS Version 2.6.5jt.2 -- Dec 31, 1992
  2.                 1) Created first VMS port of FSP. Based on version
  3.                    2.6.5jt.2
  4.  
  5. VMS Version 2.6.5jt.3 -- Jan 27, 1993
  6.                 Mainly bugfixes in the very first version:
  7.                 1) Bugfix in FCD.COM, directories would get converted to
  8.                    lowercase, which causes problems on Unix FSP sites.
  9.                 2) Bugfix in FGET/FGRAB, it was impossible to get files
  10.                    with 'invalid' characters in their names. Is converted
  11.                    to an underscore (routine in [.VMS]CONVPATH).
  12.                 3) Bugfix in the server, when uploading or removing a file,
  13.                    the .FSP_CONTENT wouldn't be updated correctly.
  14.                 4) The downloading of files in variable record format went
  15.                    wrong (fseek() fails). Fixed now.
  16.                 5) server: FGRABbing from a private directory was not
  17.                    possible when you were the owner of it.
  18.  
  19.                 New features:
  20.                 1) A directory created in a private directory will also be
  21.                    private.
  22.                 2) Added feature in server to have more than one dot in a
  23.                    filename (will be internally converted to '$'-signs).
  24.                 3) Added private directories. When a .FSP_PRIVATE file in a
  25.                    directory then both the files and the directory itself are
  26.                    not readable for non-owners.
  27.                 4) Added some simple logging in the server. Enabled by
  28.                    option '-l <logfile>'.
  29.                 5) Made a small patch for certain Multinet/UCX network
  30.                    implementations. I'm not sure if it will work on all
  31.                    kind of Multinet-installations.
  32.  
  33. VMS Version 2.6.5jt.7 -- Feb 11, 1993
  34.                 Mainly bugfixes and optimizing in V2.6.5jt.3:
  35.                 1) Removed the convpath routines. They were not needed
  36.                    after all.
  37.                 2) Optimized the file-transfer with larger buffers, it 
  38.                    still burns out a lot of CPU.
  39.                 3) Removed some tiny bugs in server & clients. Mainly
  40.                    caused by the previous merge with the Unix version.
  41.                 4) Removed some bugs in the installation files.
  42.                 5) Improved Multinet/UCX support, UCX$IPC-library file
  43.                    is now included (some systems didn't have it).
  44.  
  45.                 New features:
  46.                 1) It includes all new features of the V2.6.5jt.7
  47.                    Unix-version.
  48.                 2) Added logging of filesizes.
  49.  
  50. VMS Version 2.6.5jt.8 -- Feb 22, 1993
  51.  
  52.                 Interim release.
  53.  
  54. VMS Version 2.6.5jt.9 -- March 5, 1993
  55.  
  56.                 Bugfixes:
  57.                 1) Bugfix in descrip.mms, added debug mode.
  58.                 2) Bugfix in fgetcmd/fgrabcmd, downloaded files without an
  59.                    extension would get the extension of the temporary file.
  60.                 3) Added mystat.h and mysocket.h for certain Multinet-
  61.                    implementations.
  62.  
  63.                 New features:
  64.                 1) Implemented filecaching to save CPU time when opening/
  65.                    closing files for up- and download. Server CPU time
  66.                    usage now reduced by 50%.
  67.  
  68. VMS Version 2.7.0 -- May 17, 1993
  69.  
  70.         1) General modification in all makefiles/scripts due to the
  71.                    changed directory structure.
  72.                 2) Built a new main() to solve the problem of DCL
  73.                    (which converts all arguments to uppercase).
  74.                 3) bugfix in [.client]util.c (util_process_file), removed
  75.                    an invalid free() call.
  76.                 4) changed [.clients]fhostcmd.c, so it produces a DCL script.
  77.                 5) rewrote the installation manual [.vms]INSTALL.VMS.
  78.  
  79. Still to be done: The CPU-usage of the server should be reduced. The problem
  80. is the bad implementation of the fseek() function in VAX/C.
  81.  
  82.